今天閱讀「適用於 Android 開發人員的 Jetpack Compose」第一章「Compose 基礎知識」的「運用工具加快速度」
Row
快速鍵「WR + Tab」@Preview
函式快速鍵「PREV + Tab」@Preview(
name = "Small font"
group = "Font scales"
fontScale = 0.5f
)
@Preview(
name = "Large font"
group = "Font scales"
fontScale = 1.5f
)
annotation class FontScalePreviews
@FontScalePreviews
@Composable
fun AnsuerPreview() {
}